crypto/tls.clientHelloMsg.supportedSignatureAlgorithmsCert (field)
13 uses
crypto/tls (current package)
handshake_client.go#L124: hello.supportedSignatureAlgorithmsCert = supportedSignatureAlgorithmsCert()
handshake_messages.go#L85: supportedSignatureAlgorithmsCert []SignatureScheme
handshake_messages.go#L219: if len(m.supportedSignatureAlgorithmsCert) > 0 {
handshake_messages.go#L227: for _, sigAlgo := range m.supportedSignatureAlgorithmsCert {
handshake_messages.go#L560: m.supportedSignatureAlgorithmsCert = append(
handshake_messages.go#L561: m.supportedSignatureAlgorithmsCert, SignatureScheme(sigAndAlg))
handshake_messages.go#L701: supportedSignatureAlgorithmsCert: slices.Clone(m.supportedSignatureAlgorithmsCert),
handshake_server_tls13.go#L680: len(ch.supportedSignatureAlgorithmsCert) != len(ch1.supportedSignatureAlgorithmsCert) ||
handshake_server_tls13.go#L704: for i := range ch.supportedSignatureAlgorithmsCert {
handshake_server_tls13.go#L705: if ch.supportedSignatureAlgorithmsCert[i] != ch1.supportedSignatureAlgorithmsCert[i] {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)